home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / comm1 / blockmnu.zip / BLOCK.DOC next >
Text File  |  1993-01-04  |  3KB  |  78 lines

  1.   Welcome to the Block interface doc's.
  2.  
  3.  
  4. Block was written for those of you that are not programmer's but
  5. do have more than one application that you would like to use
  6. from within Opus. Example, opus only allow's 1 keyboard editor
  7. to be defined. If you, like myself, have more than one editor
  8. that you like to use depending on what or where your at, your
  9. just out of luck.
  10.  
  11.  
  12. Block uses a block.ctl file to pull its program information
  13. from. You can have up to 10 different programs with or without
  14. command lines to use.
  15.  
  16.  
  17. Structure of a line in the block.ctl file:
  18.  
  19. name<space>path<space>command line<return>
  20.  
  21. EXPLAIN PART:
  22.  
  23. name -:
  24.  
  25.  
  26. Name is what you want to see in the menu. It doesn't have to be
  27. the true name of the program. Its only restriction is that it
  28. can contain NO SPACES!
  29.  
  30. path -:
  31.  
  32. Path is the total path including the name of the program that
  33. you want to run providing this is the selection you want to
  34. make. It to has only one restriction, NO SPACES!
  35.  
  36. command line -:
  37.  
  38. This is the command line that you want to pass to the program.
  39. It's only restriction is that it is limited to 80 - (what every
  40. the lenght of path is). Spaces are allowed here.
  41.  
  42. If no command line is needed then you have to have the word NONE
  43. (all cap's) there anyway. Remember, NONE  must be in ALL CAPS.
  44.  
  45.  
  46. This program does little, well actually it does no error
  47. checking at all. Why?
  48.  
  49. Simply because I want it to take as little memory as it can. You
  50. will have invoked one command.com to get to it, and a second one
  51. to get to the program selection. This takes memory so I'm trying
  52. to keep it as small as I can.
  53.  
  54.  
  55. Example of a block.ctl file:
  56.  
  57. Edwin c:\opus\edwin msgtmp
  58. WordStar c:\wordstar\ws msgtmp
  59. Opus_Control_file_Compiler c:\opus\opus_ctl opus
  60. Fido_Fam c:\opus\fido_fam  NONE
  61. File_Requester c:\opus\request NONE
  62.  
  63. BLOCK.EXE can be defined in your opus.ctl file as either the
  64. keyboard editor, the Message O)utside command, or the O)utside
  65. File manager. Or if you want, all of them.
  66.  
  67. OH! Almost forgot, if you want to exit without selection
  68. anything, just press ESC. Also how to make selections....you can
  69. use the arrow keys(Up&Down) , the space bar, or if your names are
  70. all different, just press the first letter of the selection you
  71. want. Other wise, once you have the bar over the one you want,
  72. just press return and away you go.
  73.  
  74. Released to the Opus(tm) public domain library Aug 2, 1987.
  75.                                          Enjoy, The Wizard
  76.  
  77.  
  78.